Utility.getFullContextualPageUrl Method

Given a page and additional options, creates a full URL. For example 'http:test.com:20/vdir/Dashboard/id?key1=value1'.
 

Parameters

page

Type: dundas.Page
The page to navigate to.
options

Type: Object
(optional) The options for this page navigation. Structure:
     id          [type: String, optional]                                     - (optional) The ID for the object associated with the page.
     queryString [type: Array, elementType: dundas.KeyValuePair, optional]    - (optional) All objects for the queryString in key value pair structure.
 

Optional: True